From 5e746d35b2c5ab8601b493d4f8ca4784328d50fa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Feb 2020 15:19:13 -0500 Subject: [PATCH] Add the label-wrap-justify reftest to xfails Seems just like the other label tests, down to details of text rendering. --- testsuite/reftests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index 33ecccbe5a..0d81cfc98e 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -428,6 +428,7 @@ xfails = [ 'window-show-contents-on-map.ui', # these depend on details of text layout 'label-sizing.ui', + 'label-wrap-justify.ui', ] foreach testname : testdata -- 2.30.2